Configuring Underlying Ethernet Devices

The Ethernet Devices table lets you configure up to 1,024 Ethernet Devices. An Ethernet Device represents a Layer-2 bridging device and is assigned a VLAN ID and an Ethernet Group (Ethernet port group). Multiple Ethernet Devices can be associated with the same Ethernet Group. The Ethernet Device (VLAN) can be configured with a VLAN tagging policy, which determines whether the Ethernet Device accepts tagged or untagged packets received on the Ethernet port associated with the Ethernet Device.

When the device is deployed on a cloud platform (e.g., Azure or AWS), the Ethernet Devices table is read-only. Its configuration is received automatically (and reflected in the table) by the cloud platform. However, when deployed on Azure or AWS, you can customize the maximum transmission unit (MTU) size (reflected in the table's 'MTU' parameter), using the Custom MTU table (see Customizing MTU Size).

Once configured, assign the Ethernet Device to an IP network interface in the IP Interfaces table ('Underlying Device' field) and/or with a static route in the Static Routes table ('Ethernet Output Device' field). You can assign the same Ethernet Device to multiple IP network interfaces and thereby, implement multi-homing (multiple addresses on the same interface/VLAN).

By default, the device provides a pre-configured Ethernet Device at Index 0 with the following settings:

Name: "vlan 1"
VLAN ID: 1
Ethernet Group: GROUP 1
Tagging Policy: Untagged
MTU: 1500

The pre-configured Ethernet Device is associated with the default IP network interface (ie., OAMP) in the IP Interfaces table. The Untagged policy of the pre-configured Ethernet Device enables you to connect to the device using the default OAMP interface.

You can view configured Ethernet Devices that have been successfully applied to the device (saved to flash) in the Ethernet Device Status table. This page is accessed by clicking the Ethernet Device Status Table button located at the bottom of the Ethernet Devices table. The Ethernet Device Status table can also be accessed from the Navigation tree (see Viewing Ethernet Device Status).

You cannot delete an Ethernet Device that is associated with an IP network interface (in the IP Interfaces table). You can only delete it once you have disassociated it from the IP network interface.

The following procedure describes how to configure Ethernet Devices through the Web interface. You can also configure it through ini file [DeviceTable] or CLI (configure network > network-dev).

To configure an Ethernet Device:
1. Open the Ethernet Devices table (Setup menu > IP Network tab > Core Entities folder > Ethernet Devices).
2. Click New; the following dialog box appears:

3. Configure an Ethernet Device according to the parameters described in the table below.
4. Click Apply.

Ethernet Devices Table Parameter Descriptions

Parameter

Description

'Index'

[Index]

Defines an index number for the new table row.

Note: Each row must be configured with a unique index.

'Name'

name

[DeviceName]

Defines a name for the Ethernet Device. The name is used to associate the Ethernet Device with an IP network interface in the IP Interfaces table ('Underlying Device' field - see Configuring IP Network Interfaces) and/or with a static route in the Static Routes table ('Ethernet Output Device' field - see Configuring Static IP Routing).

'VLAN ID'

vlan-id

[VlanID]

Defines a VLAN ID for the Ethernet Device.

The valid value is 1 to 3999. The default is 1.

Note: You can use the same VLAN ID for multiple Ethernet Devices.

'Underlying Interface'

underlying-if

[UnderlyingInterface]

Assigns an Ethernet Group to the Ethernet Device. To configure Ethernet Groups, see Configuring Ethernet Port Groups.

Note: The parameter is mandatory.

'Tagging'

tagging

[Tagging]

Defines VLAN tagging for the Ethernet Device.

[0] Untagged = (Default for pre-configured Ethernet Device) The Ethernet Device accepts untagged packets and packets with the same VLAN ID as the Ethernet Device. Incoming untagged packets are assigned the VLAN ID of the Ethernet Device. The Ethernet Device sends these VLAN packets untagged (i.e., removes the VLAN ID).
[1] Tagged = (Default for new Ethernet Devices) The Ethernet Device accepts packets that have the same VLAN ID as the Ethernet Device and sends packets with this VLAN ID. For all Ethernet Devices that are associated with the same Ethernet Group (see 'Underlying Interface' parameter above) and configured to Tagged, incoming untagged packets received on this Ethernet Group are discarded.

Note: Only one Ethernet Device can be configured as Untagged per associated Ethernet Group. In other words, if multiple Ethernet Devices are associated with the same Ethernet Group, only one of these Ethernet Devices can be configured to Untagged; all the others must be configured to Tagged.

'MTU'

mtu

[MTU]

Defines the Maximum Transmission Unit (MTU) in bytes per VLAN (Ethernet Device).

The valid value is 68 to 65,535 (subject to hardware NIC limitations which depend on NIC manufacturer and model). The default is 1,500.

Note:

MTU is not applicable to SBC Direct Media traffic and to debug recording traffic.
If your first Ethernet Device is configured with an untagged VLAN, its MTU value is the maximum MTU that can be configured for all other Ethernet Devices that are associated with the same Ethernet Group. In other words, if you configure additional Ethernet Devices (tagged VLANs) that are associated with the same Ethernet Group, their MTUs must be equal to or less than the MTU of the first Ethernet Device (untagged VLAN). For example, if the untagged VLAN is configured with MTU of 100 bytes, you can configure a tagged VLAN with an MTU value of either 100 bytes or less.
If your first Ethernet Device is configured with a tagged VLAN and you later configure an additional Ethernet Device with an untagged VLAN that is associated with the same Ethernet Group, the MTU of the untagged VLAN must be equal to or greater than the highest MTU value configured out of all the Ethernet Devices (VLANs) associated with the Ethernet Group. For example, if VLAN 1 is configured with the highest MTU (100 bytes) out of all your VLANs, you can configure an untagged VLAN with an MTU value of either 100 bytes or greater.